GoXam for WPF v3
ToVertex Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Layout Namespace
>
GenericNetwork.Edge<V,E,Y> Class
: ToVertex Property
Gets or sets this edge's "to"
GenericNetwork.Vertex<V,E,Y>
.
Syntax
C#
public
V
ToVertex {
get
;
set
;}
Remarks
Setting this property does not modify the vertex by adding an edge to its list of source edges or removing it from another vertex's list.
See Also
Reference
GenericNetwork.Edge<V,E,Y> Class
GenericNetwork.Edge<V,E,Y> Members